vcSetPropertyStatement
A statement that sets the value of a property. The property can be in the routine that owns this statement, or in an object higher up in the object hierarchy.
See in: Overview
Module: vcRobotics
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| TargetProperty | String | RW | Gets or sets the name of variable to assign a value to. |
| ValueExpression | String | RW | Gets or sets an expression that, when evaluated, returns the value to assign to TargetProperty. |